regexp/syntax.compiler.inst (method)
10 uses
regexp/syntax (current package)
compile.go#L75: f.out.patch(c.p, c.inst(InstMatch).i)
compile.go#L83: c.inst(InstFail)
compile.go#L161: func (c *compiler) inst(op InstOp) frag {
compile.go#L169: f := c.inst(InstNop)
compile.go#L179: f := c.inst(InstCapture)
compile.go#L210: f := c.inst(InstAlt)
compile.go#L220: f := c.inst(InstAlt)
compile.go#L239: f := c.inst(InstAlt)
compile.go#L266: f := c.inst(InstEmptyWidth)
compile.go#L273: f := c.inst(InstRune)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |